Click or drag to resize

ServiceGetMailTips Method (Mailbox, IListMailbox, MailTipType)

Gets the mail tips information for the specified mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetMailTipsResponse GetMailTips(
	Mailbox sender,
	IList<Mailbox> recipients,
	MailTipType type
)

Parameters

sender
Type: Independentsoft.ExchangeMailbox
The sender.
recipients
Type: System.Collections.GenericIListMailbox
The recipients.
type
Type: Independentsoft.ExchangeMailTipType
The type.

Return Value

Type: GetMailTipsResponse
GetMailTipsResponse.
See Also